home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000027_news@columbia.edu_Tue Mar 28 13:34:40 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA06462
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 2 Apr 1995 05:56:14 -0400
  3. Received: by apakabar.cc.columbia.edu id AA17740
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 2 Apr 1995 05:56:11 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.duke.edu!convex!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: kermit in limited memory environment?
  9. Message-Id: <1995Mar28.193440.45947@cc.usu.edu>
  10. Date: 28 Mar 95 19:34:40 MDT
  11. References: <3l9v34$7qq@inxs.ncren.net>
  12. Organization: Utah State University
  13. Lines: 33
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <3l9v34$7qq@inxs.ncren.net>, aje@mars.gtcc.cc.nc.us (Andrew J. Esposito) writes:
  17. > Please don't laugh.  We have a few PC's sitting around with 256K of RAM.
  18. > DOS takes up 54K, which leaves me with 202K.  Kermit needs 220K (pg. 10,
  19. > MS-DOS KERMIT by C.M. Gianone).  Now in this nifty little book it says
  20. > that KERMIT will run on more or less memory -- but nowhere does it
  21. > explain how this is accomplished.
  22. > Work has spent thousands already on their HP server (good support, but
  23. > they really need it -- quirky OS) and my "chalange" is to come up with
  24. > "miracle" solutions at "K-Mart" prices.
  25. > Ugh.
  26. > Any help will be greatly appreciated.  Thanks in advance.
  27. > --
  28. > Andrew Joesph Esposito
  29. > Systems Administrator
  30. > Western Carolina Forklift Inc.
  31. > voice: (910) 668-0959
  32. > fax:   (910) 668-3833
  33. ---------------
  34.     Programs invariably grow larger with time, some spectacularly so,
  35. alas. MS-DOS Kermit is no exception to the rule but not to the second part.
  36. Depending on your needs version 3.14 is offered in three sizes: regular full
  37. featured, medium-sized MSK which removes TCP/IP and other networking support 
  38. and graphics, and BBS sized MSK Lite. The last also omits terminal emulation 
  39. and is a file mover rather than that plus terminal emulation.
  40.     I suspect the medium size might be a good choice since the XT's 
  41. likely have no networking.
  42.     Please do inspect these variations for the best match at your site.
  43. Anonymous ftp to kermit.columbia.edu, cd kermit/bin, binary file msvibm.zip
  44. has them all. 
  45.     Joe D.